home *** CD-ROM | disk | FTP | other *** search
/ Scene 96 / Scene 96 International Edition (Zyklop Software) (Disc 2) (1997).iso / misc / coding / cod_misc / cod1.doc < prev    next >
Text File  |  1996-07-21  |  3KB  |  93 lines

  1.  
  2.                           e            ▄   ▓▀   ▄▄
  3.                       d       r      ░       o    p ▄
  4.                   o   ▄▄▄████▄  s   █ _ d░  █▄█▀▀▓█▄▄▄e
  5.                    ▄▀█ ▀███████  -   n   ▓▄▀██   ▒  ▀██▄!   ░
  6.                c  █  █   ███████  o  ▀ ■▀   ██   ░  ▀ ███
  7.               ░  █        ███████ ▄█████▄▄  █■        ▐███  ░
  8.              ▓░ ██       █████▀▀▀███▀▀▀▀██▀▄▀█▌  ░   ▄████ ■▒▌
  9.     ░   ▄▓ ▄▄▓ ▐██  ▄  ▄▀▀▀     █▀  ▄ ▓  ▀███ ▌      ▄▀▀▀▄█ ▓█▀ ▀ ▓▀  ░▀
  10.              ▒▀ ███   ▀  ▀ ■▄▄  ▀     ▀▄ █████▐    ▄███████ ▓     ░
  11.              ░   ███▀      ▄█████▄ ▄  ■▄▄████ █▄▄▄▄███████  ░
  12.                ░  ▀███▄█▄█████████▀▄███████▀ ██████████▀▀
  13.                  ▓  ▀██████████▀▀ ▀███▀▀▀ ░  ■████▀▀▀ ░
  14.                   ▄  ░  ▀▀▀█▀        ▄         ▀█▄■cd.ovt!
  15.                     ▄      █       ■             █
  16.                      ▀▀   ▄▄▄  ▓▀                 ▓
  17.                                ░                  ░
  18.  
  19.                ^CODERS ON DOPE^THE TRILOXY CODING SUBDIVISION^
  20. <«──────────────────────────────────────────────────────────────────────────»>
  21.                          Misc. Functions Pascal Unit
  22.                            CODED BY DISK SLIDER/COD
  23. <«───iNFO─────────────────────────────────────────────────────────────────»>
  24.  
  25. This Unit is written in Turbo Pascal 7.0. Real Mode
  26. If you , in any case, need a Protected Mode version NetMail me and I make
  27. sure it comes into circulation !
  28.  
  29. <«───FEATURES─────────────────────────────────────────────────────────────»>
  30.  
  31. - PROCEDURES -
  32.  
  33.   Procedure LineFade(first,Second,Third,wX,wY:Byte;What:String);
  34.     Fade the string What on position wX/wY in colors
  35.     First/Second/Third.
  36.  
  37.   Procedure ShowCursor;
  38.     Shows the cursor. For use with HideCursor.
  39.  
  40.   Procedure HideCursor;
  41.     Hides cursor.
  42.  
  43.   Procedure ScreenOn;
  44.    Turns screen acivity on. For use with ScreenOff
  45.  
  46.   Procedure ScreenOff;
  47.    Turns screen activity off.
  48.  
  49.   Procedure CenterString(First : String;PosY : Byte);
  50.    Centers string on line PosY
  51.  
  52.   Procedure Bin2Scr(What : String);
  53.    Loads a binary file (of Ansi Format) in Screen array ($B800).
  54.    No file checking is done here.
  55.  
  56. - FUNCTION -
  57.   
  58.   Function Fex(CFile:String):Boolean;
  59.    Checks if CFile exists. Returns True if the file Exists.
  60.  
  61. - EXAMPLES -
  62.  
  63.   There are 3 Examples included which cover all commands written above.
  64.    COD1EX1.PAS : Covers FeX, ShowCursor, HideCursor, Bin2Scr & LineFade
  65.    COD1EX2.PAS : Covers ScreenOff & ScreenOn
  66.    COD1EX3.PAS : Covers CenterString
  67.  
  68. <«───INSTALLATION─────────────────────────────────────────────────────────»>
  69.  
  70. Just Add COD1 to your Uses clausule as done in the Examples.
  71.  
  72. <«───BUG REPORTS──────────────────────────────────────────────────────────»>
  73.  
  74. Find me at The Chillout Zone +32-16-488373
  75.  
  76. <«───RESPECT GOES OUT TO──────────────────────────────────────────────────»>
  77.  
  78.   * The 7 Best Jocks in Belgium working on 104.5 FM !
  79.   * Triloxy
  80.   * The HFC
  81.   * All ALCA∙S
  82.   * Franky from Bad Karma ! Good Luck in Brussels !
  83.   * Many Otheres !!
  84.  
  85. Disk Slider
  86.  Coders On Dope/Triloxy Sub-Division
  87.  
  88. <«───END──────────────────────────────────────────────────────────────────»>
  89.   C O D E R S  O N  D O P E  -  T R I L O X Y  C O D I N G  D E V I S I O N 
  90.  
  91. Disk Slider
  92.  Coders On Dope/Triloxy Sub-Division
  93.